@charset "utf-8";

@font-face {
	font-family: "cu";
	src: url("../fonts/8E4C4A88EBD1687CB8AC0C8E7D8958F9.OTF");
	font-weight: 400;
}

@font-face {
	font-family: "xi";
	src: url("../fonts/11C302DD8C50619E4131DA5D645FB422.OTF");
	font-weight: 400;
}

@font-face {
	font-family: 'siyuan';
	src: url('../fonts/bb4171.ttf');
	font-weight: normal;
	font-style: normal;
}

body,
html,
a {
	font-family: "xi" !important;
	font-weight: inherit;
}

/* a {
	font-family: "思源黑体";
} */
/* header */
.header .centerBox {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 110px;
    position: fixed;
	background-color:#FFFFFF ;
}

.centerBox {
	z-index: 10;
	width: 100% !important;
}

.fadeInRight {
	position: relative;
	left: 10% !important;
}

.header .logo {
	width: 20%;
}

.header .logo img {
	width: 100%;
}

.headerphone {
	width: 20%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.headerphoneicon img {
	width: 50px;
	height: 50px;
}

.headerphonenum {
	font-size: 24px;
	font-weight: bold;
}

.header .menu {
	display: flex;
	align-items: center;
	margin-left: 1%;
}

.header .menu .nav li {
	position: relative;
	display: inline-block;
	margin-right: 70px;
	font-size: 18px;
	color: #666666;
	text-align: center;
}

.header .menu .nav li:last-child {
	margin-right: 0;
}

.header .menu .nav li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	width: 100%;
	height: 3px;
	background: black;
	border-radius: 5px;
	transform: translate(-50%);
	display: none;
}

.header .nav .in {
	font-size: 18px !important;
	color: black !important;
	
}

.header .menu .nav li.in:after {
	display: block;
}





/* 轮播图 */
.lunbotu {
	width: 100%;
}

.image-wrapper_1 {
	width: 100%;
}

#box {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#box ul {
	margin: 0px;
	padding: 0px;
	width: 10000px;
	transition: 0.3s;
}

/*transition为css3属性实现过渡效果*/

#box ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 1920px;
	height: 850px;
	float: left
}

#box ul li img {
	width: 100%;
}

#box #nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: calc(50% - 56px);
	bottom: 10px;
	width: 300px;
	height: 10px;
}

#box #nav span {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	width: 10px;
	height: 10px;
	float: left;
	border-radius: 5px;
	margin-left: 8px;
	cursor: pointer
}

#box #nav #on {
	background: #FFFFFF;
	width: 40px;
}

.mobilebanner{
	display: none;
}

.indexpart1 {
	width: 100%;
	margin: 50px 0;
}

.indexpart1title {
	width: 80%;
	margin: 0 auto;
}

.indexpart1text {
	width: 60%;
	margin: 50px auto;
}

.indexpart1main {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.indexpart1xiangqing {
	font-size: 20px;
}

.indexpart1rightmian {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.indexpart1chengli {
	margin-right: 30px;
}

.indexpart1time1 {
	position: relative;
	top: -10px;
	color: #747679;
	font-weight: 400;
}
.indexpart1time1:hover{
	color: #103682;
}

.indexpart1time1add {
	font-size: 24px;
	text-align: right;
}

.indexpart1time1num {
	font-size: 72px;
}

.indexpart1main2 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: end;
	align-items: center;
}

.indexpart1jingyan {
	margin-right: 30px;
}

.indexpart1time2 {
	position: relative;
	top: -10px;
	color: #747679;
	font-weight: 400;
}
.indexpart1time2:hover{
    color: #103682;
}




.indexpart1main3{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.indexpart1main3pic {
	width: 15%;
	height: 200px;
	position: relative;
    margin-right: 5%;
}

.indexpart1main3pic>div {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	position: absolute;
	/* css3中可以设置元素背对用户时不显示 */
	backface-visibility: hidden;
}

.indexpart1main3pic div:nth-child(2) {
	/* 默认情况下这张图需要背对用户 */
	transform: rotateY(180deg);
}

.indexpart1main3pic div:nth-child(1) {

}

/* 鼠标移上大盒子的时候我们需要让它下面的二个子div都旋转 */
.indexpart1main3pic:hover div:nth-child(2) {
	transform: rotateY(0deg);
}

.indexpart1main3pic:hover div:nth-child(1) {
	transform: rotateY(-180deg);
}




.indexbanner1{
	width: 100%;
	margin: 0 auto;
}
.indexbanner1 img{
	width: 100%;
}


.indexpart2{
	width: 100%;
}
.indexpart2title{
	width: 80%;
	margin: 50px auto;
}
.indexpart2main{
	width: 80%;
	margin: 50px auto;
}
.anlibox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anlilist{
	width: 40%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.anlilist li{
	width: 30%;
	cursor: pointer;
}
.indexpart2xuanzhuan{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 30px;
	background:url(../images/Rectangle\ 11\ 2.png);
	background-size: 100% 100%;
	padding: 20px;
}
.indexpart2xuanzhuan:hover{
	background:url(../images/Rectangle\ 11\ 1.png);
	background-size: 100% 100%;
}
.indexpart2xuanzhanpic{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.indexpart2xuanzhanicon1{
	position: relative;
	left: 15%;
}

.indexpart2xuanzhanicon2{
	position: relative;
	top: 5px;
	right: 15%;
}
.anlilist2{
	width: 55%;
	height: 100%;
}
.main1,.main2,.main3,.main4,.main5,.main6{
    display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.indexpart2introducetitle{
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	color: #000000;
	margin-bottom: 30px;
	
}
.indexpart2introducetext{
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	color: #000000;
}
.indexpart2xuanzhanicon2 img{
	position: relative;
	transition:2s;
	-webkit-transition:2s;
	-moz-transition:2s;
}
.indexpart2xuanzhanicon1 img{
	position: relative;
	transition:2s;
	-webkit-transition:2s;
	-moz-transition:2s;
}
.anlilist li:hover .indexpart2xuanzhanicon2 img{
	-webkit-transform:rotate(360deg) scale(1);
	-moz-transform:rotate(360deg) scale(1);
	-ms-transform:rotate(360deg) scale(1);
	-o-transform:rotate(360deg) scale(1);
	left: 10%;
	top: 5px;
}
.anlilist li:hover .indexpart2xuanzhanicon1 img{
	right: 10%;
	top: -5px;
}




.indexpart3{
	width: 100%;
	margin: 50px auto;
	background-color: #D5D6DA;
}
.indexpart3title{
	width: 80%;
	margin: 30px auto;
	padding-top: 30px;
}

.indexpart3main{
	width: 80%;
	margin: 30px auto;
	padding-bottom: 50px;
}
.scroll {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.scroll_left,.scroll_right {
	width:30px;
	height:60px;
	background-color:#232323;
	color:#fff;
	line-height:60px;
	text-align:center
}
.pic {
	width:80% !important;
}
.pic ul {
	width: 100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.pic ul li {
	width:406px;
	height: 600px;
	display: flex;
	justify-content: center;
}
.indexpart3huadonglist{
	width: 90%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
}
.indexpart3huadongmain{
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.pic ul li:nth-of-type(odd)>div{
	background-color: #F3F3F3;
}
.pic ul li:nth-of-type(even)>div{
	background-color: #2F2F2F;
}
.indexpart3btn{
	width: 30%;
	height: 40px;
	background-color: #0D97D1;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
}
.pic ul li:nth-of-type(odd)>div>.indexpart3huadongmain>.indexpart3huadongtitle{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.pic ul li:nth-of-type(even)>div>.indexpart3huadongmain>.indexpart3huadongtitle{
	font-size: 24px;
	color:#FFFFFF;
	font-weight: bold;
}
.pic ul li:nth-of-type(odd)>div>.indexpart3huadongmain>.indexpart3huadongtext{
	font-size: 16px;
	color: #000000;
}
.pic ul li:nth-of-type(even)>div>.indexpart3huadongmain>.indexpart3huadongtext{
	font-size: 16px;
	color:#FFFFFF;
}
.pic ul li:nth-of-type(odd)>div>.indexpart3huadongmain>.indexpart3huadongend{
	font-size: 16px;
	color: #000000;
}
.pic ul li:nth-of-type(even)>div>.indexpart3huadongmain>.indexpart3huadongend{
	font-size: 16px;
	color:#FFFFFF;
}
.indexpart3huadongtitle{
	margin-bottom: 20px;
}
.indexpart3huadongtext{
	margin-bottom: 30px;
}
.indexpart3huadongend{
	margin-bottom: 80px;
}
.indexpart3btn{
	margin-bottom: 30px;
}
.indexpart3btn:hover{
	background-color:#43D1E4;
	color: #000000;
}
.indexpart3huadongpic{
	margin-bottom: 30px;
}





.indexpart4{
	width: 100%;
	margin: 50px auto;
}
.indexpart4title{
	width: 80%;
	margin: 0 auto;
}
.indexpart4btn{
	width: 80%;
	text-align: right;
	margin: 0 auto;
}
.indexpart4btn a{
    background-color: #0D97D1;
	color: #FFFFFF;
	padding: 20px;
	font-size: 16px;
}
.indexpart4main{
	width: 80%;
	margin: 0px auto;
	margin-top: 30px;
}
.indexpart4main ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	
}
.indexpart4main ul li{
	width: 30%;
}
.indexpart4mainbox{
	width: 100%;
}
.indexpart4mainboxpic{
	width: 100%;
}
.indexpart4mainboxpic img{
	width: 100%;
}
.indexpart4mainboxclick{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: end;
	position: relative;
	top: -32px;
}
.indexpart4mainboxarctile{
	width: 80%;
	margin: 0 auto;
}
.indexpart4mainboxtltle{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.indexpart4mainboxtext{
	font-size: 16px;
	font-weight: 200;
}





.footer{
	width: 100%;
	background-color: #0e2753;
	padding: 30px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.footerlist1{
	width: 40%;
	display: flex;
	flex-direction: column;
    align-items: start;
}
.footerlist1title{
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 30px;
}
.footerlist1text{
	color: #7983a2;
	font-size: 18px;
}
.footerlist3{
	width: 40%;
}
.footerlist3title{
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 20px;
}
.footerlist3text1,.footerlist3text2,.footerlist3text3{
	margin-bottom: 10px;
}
.footerlist3text1top{
	color: #7983a2;
	font-size: 16px;
	margin-bottom: 10px;
}
.footerlist3textbottom{
	color: #FFFFFF;
	font-size: 24px;
}
.footerlist3text3bottom{
	color: #FFFFFF;
	font-size: 18px;
}

.mobilepart3{
	display: none;
}


.part1main{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.part1mainleft{
	width: 45%;
}
.part1mainlefticon{
	margin-bottom: 30px;
}
.part1mainlefttitle{
	display: flex;
	justify-content: start;
	align-items: end;
	margin-bottom: 20px;
}
.part1mainlefttitlepic{
	margin-right: 20px;
}
.part1mainlefttitletext{
	font-size: 24px;
	font-weight: bold;
}
.part1mainleftarticle{
	font-size: 16px;
	color: #000000;
	font-weight: 200;
    margin-bottom: 20px;
}
.part1mainleftservice{
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.part1mainleftserviceleft{
	font-size: 20px;
	font-weight: bold;
	width: 40%;
}
.part1mainleftserviceright{
    font-size: 14px;
	font-weight: 200;
	color: #000000;
}


.part2main{
	width: 80%;
	margin: 0px auto;
}
.anlibox2{
	width: 100%;
}
.anlilist3{
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: start;
	margin-bottom: 50px;
}
.anlilist3 li{
	margin-right: 30px;
	cursor: pointer;
}
.checked2{
	padding-bottom: 5px;
	border-bottom: 3px #0D97D1 solid;
}
.indexpart2xuanzhuan2{
	font-size: 20px;
}
.anlilist4{
	width: 100%;
}
.main1-1,.main2-1,.main3-1,.main4-1{
	width: 100%;
}
.main1-1 ul,.main2-1 ul,.main3-1 ul,.main4-1 ul{
	width: 100%;
	display: flex;
	justify-content: start;
	align-content: center;
	flex-wrap: wrap;
}
.main1-1list{
	width: 25%;
	margin-bottom: 30px;
}
.main1-1listall{
	width: 90%;
	margin: 0 auto;
}
.main1-1listall img{
	width: 100%;
}



.pageBox2{
   width: 100%;
}
.table{
	margin: 0 auto;
}

#pageNav a{
	width: 32px;
	height: 32px;
	border-radius: 2px;
	display: inline-block;
	color: #1b1b1b;
	margin: 0 4px 0 4px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 16px;
}

#pageNav a.active,
#pageNav a:hover {
	background: #0D97D1;
	color: #FFFFFF;
}
#prev:hover {
	cursor: pointer;
}
#next:hover {
	cursor: pointer;
}
#prev,#next{
	border: none;
}




.xinwenlist{
	width: 100%;
}
.xinwentree{
	width: 100%;
}



.xinwentree_list{
	/* width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px; */
}


.xinwenpartmainarticle{
	margin-top: 1rem;

}
.xinwenpartmainright{
	/* float: right;
	right: 0px;
	left: -10px; */
	/* position:absolute; */
	position: relative;
	top: -5rem;
	right: -40rem;
	/* top: -4rem; */
}


.xinwenpartmainleft{
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.xinwenpartmainpic{
	width: 50%;
	margin-right: 5%;
}
.xinwenpartmainpic img{
	width: 100%;
}
.xinwenpartmaintitle{
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.xinwenpartmaintext{
	font-size: 16px;
	font-weight: 200;
	margin-top: 20px;
	margin-bottom: 20px;
}
.xinwenpartmainright{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.xinwenpartmainrighttop{
	font-size: 48px;
	font-weight: bold;
	color: #0D97D1;
	padding: 10px;
	border-bottom: 3px solid #0D97D1;
	margin-bottom: 10px;
}
.xinwenpartmainrightbottom{
	font-size: 24px;
	font-weight: bold;
	color: #0D97D1;
}
.indexpart3btn2{
	width: 20%;
	height: 40px;
	background-color: #0D97D1;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
	/* float: left; */
	position: relative;
	top: -5rem;
}
.indexpart3btn2:hover{
	background-color:#43D1E4;
	color: #000000;
}


.xiangqingmain{
	width: 100%;
}
.xiangqingmaintitle{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.xiangqingmaintime{
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 30px;
}
.xiangqingmainarticle{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.xiangqingmainarticleleft{
	width: 55%;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}
.xiangqingmainarticleright{
	width: 30%;
}
.xiangqingmainarticleright img{
	width: 100%;
}
.xiangqingmainbtn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.xiangqingmainbtnup,.xiangqingmainbtndown{
	font-size: 20px;
	font-weight: bold;
}


.lianximain{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.lianximainleft{
	width: 50%;
}
.lianximainphone,.lianximainemail,.lianximainaddress{
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: 30px;
}
.lianximainicon{
	margin-right: 30px;
}
.lianximainnum{
	font-size: 20px;
	font-weight: bold;
}